home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_263 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  115 b   |  7 lines

  1. on(release){
  2.    _root.dragOn = 1;
  3.    _root.holdIt = 0;
  4.    _root.mode = "Drag And Drop";
  5.    gotoAndStop(4);
  6. }
  7.